home *** CD-ROM | disk | FTP | other *** search
- on(press){
- tellTarget("_level50")
- {
- gotoAndStop("off");
- }
- duplicateMovieClip("../popcal template","popcal",eval("../:depth") + 16384);
- setProperty("../popcal", _X, "70");
- setProperty("../popcal", _Y, "20");
- setProperty("../popcal", _visible, "1");
- if("0" < int(start_month) + int(start_year))
- {
- set("../popcal/calendar:thismonth",int(start_month));
- set("../popcal/calendar:thisyear",int(start_year));
- }
- else
- {
- set("../popcal/calendar:thismonth",eval("_level0/data:thismonth"));
- set("../popcal/calendar:thisyear",eval("_level0/data:thisyear"));
- }
- set("../popcal/calendar:target","../../../../main_form:start_");
- set("../popcal/calendar:type","3");
- call("../popcal/calendar:init");
- }
-